home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / pcmania / render73 / Foro / FUERTES / THERMOP2 / THERMO~1.INC < prev   
Text File  |  1998-09-21  |  654b  |  26 lines

  1. #include "pintura.inc"
  2. #include "motores.inc"
  3. #include "casco.inc"
  4.  
  5. #declare thermopylae2=
  6. union
  7. {
  8.  object {motor_derecho translate <-90,-20,45>}
  9.  object {motor_izquierdo translate <-90,-20,-45>}
  10.  object {casco}
  11. }
  12.  
  13. camera {    //prueba 1 de camara para portada
  14.    location <(nX-1)*400, ((nY-1)*700)+350, 500>
  15.    direction <0.0, 0.0, 1>
  16.    up  <0.0, 1.0, 0.0>
  17.    right <1.33,0.0, 0.0>                    
  18.    look_at <800,700,nZ*400> 
  19. //   look_at <0,0.5,-110> en vuelo
  20. //   orthographic
  21.    } 
  22.   
  23.   light_source {<-50000,60000,-50000> color rgb<1,.6,.2>}
  24. light_source {<50000,40000,-80000> color rgb<.8,.8,1>}
  25.  
  26. object{thermopylae2}